home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / S / SillyIcons / SillyIcons.make < prev    next >
Encoding:
Text File  |  1991-12-07  |  534 b   |  15 lines  |  [TEXT/MPS ]

  1. # MPW 3.0 and later: We override the default COptions to turn on strict prototyping;
  2. #    add '-r' to your UserStartup when you tire of the warning from Make.
  3. # If you are using MPW 3.0 or later, uncomment the following line:
  4. COptions = -r
  5. # For MPW 2.0 we use the following line so that the the complete interfaces are there:
  6. # COptions = -d __ALLNU__
  7.  
  8. Objs        =    SillyIcons.c.o ∂
  9.                 "{Libraries}"Interface.o ∂
  10.                 "{Libraries}"Runtime.o
  11.  
  12. SillyIcons    ƒ    {Objs} SillyIcons.make
  13.                 Link -o {Targ} {Objs}
  14.                 SetFile {Targ} -t APPL -c '????'
  15.